home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / EnhanceMail.1.3 / Source / MailBox.h < prev    next >
Text File  |  1996-03-27  |  988b  |  39 lines

  1. /* -*-C-*-
  2. *******************************************************************************
  3. *
  4. * File:         MailBox.h
  5. * RCS:          $Header: /usr/local/lib/cvs/EnhanceMail/MailBox.h,v 1.1.1.7 1996/03/28 17:34:54 cedman Exp $
  6. * Description:  
  7. * Author:       Carl Edman
  8. * Created:      Fri Oct 13 11:48:24 1995
  9. * Modified:     Wed Mar 27 09:50:34 1996 (Carl Edman) cedman@capitalist.princeton.edu
  10. * Language:     C
  11. * Package:      N/A
  12. * Status:       Experimental (Do Not Distribute)
  13. *
  14. * (C) Copyright 1995, but otherwise this file is perfect freeware.
  15. *
  16. *******************************************************************************
  17. */
  18.  
  19. #import <appkit/appkit.h>
  20. #import "MailApp.h"
  21.  
  22. @interface EnhanceMailBox : MailBox
  23. - createStore;
  24. - updateStore;
  25. - deleteStore;
  26. - (BOOL)hasStore;
  27. - (int)storeSize;
  28. - query:(const char *)expr;
  29. @end
  30.  
  31. @interface MailBox(EnhanceMailBox)
  32. - createStore;
  33. - updateStore;
  34. - deleteStore;
  35. - (BOOL)hasStore;
  36. - (int)storeSize;
  37. - query:(const char *)expr;
  38. @end
  39.